lcDrwGetObjectByName Home

Returns the handle to an object by the object's name.

 HANDLE lcDrwGetObjectByName (
   HANDLE hDrw,
   int ObjType,
   LPCWSTR szName
 );

Parameters
hDrw
  Handle to a drawing object.
ObjType
  Object type.
szName
  Object name.

Return Value

  Handle to an object.
If an object with specified name is not found, the function returns NULL.

See Also

  lcDrwGetObjectByID